home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Personal Computer World 2006 May
/
PCWMAY06.iso
/
Software
/
Freeware
/
First Page 2006 3.00
/
fp2006-final-3.00-setup.exe
/
{app}
/
Iscripts
/
Links
/
view-page-source.izs
< prev
next >
Wrap
Text File
|
2005-08-07
|
783b
|
44 lines
<!NOWIZARD>
<!TITLE>View Page-Source Script
<!/TITLE>
<!DESCRIPTION>Use this script to view the source of any html document easily. Simply insert the below code onto any web page.
<!/DESCRIPTION>
<!CATEGORY>links<!/CATEGORY>
<!SCRIPT>
<!-- START OF SCRIPT -->
<script>
<!--
function viewthesource(){
window.location="view-source:"+window.location
}
//-->
</script>
<a href="javascript:viewthesource()">Click to view source!</a>
<!-- END OF SCRIPT -->
<!/SCRIPT>
<!PREVIEW>
<!-- START OF SCRIPT -->
<script>
<!--
function viewthesource(){
window.location="view-source:"+window.location
}
//-->
</script>
<a href="javascript:viewthesource()">Click to view source!</a>
<!-- END OF SCRIPT -->
<!/PREVIEW>
<!RELATED>NONE<!/RELATED>